home *** CD-ROM | disk | FTP | other *** search
- stop();
- classement.text = "";
- if(_root.gagnos.position > 0 && _root.gagnos.total > 0)
- {
- if(_root.gagnos.position == 1)
- {
- eme = "er";
- }
- else
- {
- eme = "ème";
- }
- classement.text = _root.gagnos.position + "" + eme + " sur " + _root.gagnos.total;
- }
- goreplay.onPress = function()
- {
- gotoAndPlay(16);
- _root.voitureverte.startReplayPlay();
- };
-